Made by Megin van Herk
Analytic approach
## Approach 1: Nearest neigbor
## Approach 3: SVM
Collecting
import numpy as np
import pandas as pd
import sklearn as sk
import matplotlib
import matplotlib.pyplot as plt
from IPython.display import display
import seaborn as sns
print('numpy version:', np.__version__)
print('pandas version:', pd.__version__)
print('scikit-learn version:', sk.__version__)
print('matplotlib version:', matplotlib.__version__)
%matplotlib inline
numpy version: 1.20.3 pandas version: 1.3.4 scikit-learn version: 0.24.2 matplotlib version: 3.4.3
League of Legends is one of the world's most popular video games, developed by Riot Games. It features a team-based competitive game mode based on strategy and outplaying opponents. Players work with their team to break the enemy Nexus before the enemy team breaks theirs.